From: Richard M. Stallman Date: Tue, 2 Sep 1997 19:58:56 +0000 (+0000) Subject: (enriched-decode-foreground, enriched-decode-background): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79390 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=83e94c97e061d8c794b1475908342be2c4c13425;p=emacs.git (enriched-decode-foreground, enriched-decode-background): Test of facemenu-get-face return value no longer needed. --- diff --git a/lisp/enriched.el b/lisp/enriched.el index fdae2ac8303..6bcfe144df3 100644 --- a/lisp/enriched.el +++ b/lisp/enriched.el @@ -437,8 +437,6 @@ Return value is \(begin end name positive-p), or nil if none was found." (message "Warning: no color specified for ")) ((internal-find-face face)) ((and window-system (facemenu-get-face face))) - (window-system - (message "Warning: color `%s' is not defined" color)) ((make-face face) (message "Warning: color `%s' can't be displayed" color))) (list from to 'face face))) @@ -449,8 +447,6 @@ Return value is \(begin end name positive-p), or nil if none was found." (message "Warning: no color specified for ")) ((internal-find-face face)) ((and window-system (facemenu-get-face face))) - (window-system - (message "Warning: color `%s' is not defined" color)) ((make-face face) (message "Warning: color `%s' can't be displayed" color))) (list from to 'face face)))